home *** CD-ROM | disk | FTP | other *** search
- course_status_array = _root.sco_status.split("|");
- _root.current_topic = Number(_root.current_sco);
- mod_data = new Array();
- mod_data[0] = ["Guided Tour","Topic 1: How to Use this Course"];
- mod_data[1] = ["Module 1: Internetworking Overview","Topic 1: Network Architectures","Topic 2: Network Security","Topic 3: Defense-in-Depth (DID) Overview"];
- mod_data[2] = ["Module 2: Firewall Fundamentals","Topic 1: Firewall Overview","Topic 2: Firewall Types and Capabilities","Topic 3: Firewall Architectures and Designs","Topic 4: Firewall Functions and Considerations"];
- mod_data[3] = ["Module 3: Router Fundamentals","Topic 1: Introduction to Routing","Topic 2: Routing Functionality","Topic 3: Routing Protocols","Topic 4: Routing Security"];
-